hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
AtlasRect
hip
api
data
textureatlas
Undocumented in source.
struct
AtlasRect {
float
x
;
float
y
;
float
width
;
float
height
;
alias
w
=
width
;
alias
h
=
height
;
TextureCoordinatesQuad
toQuad
(AtlasSize size);
import
hip
.
data
.
jsonc
;
;
version
(
Have_data
)
static
AtlasRect
fromJSON
(JSONValue v, bool useShortenedDimensionNames);
}
Members
Aliases
h
alias
h
=
height
Undocumented in source.
w
alias
w
=
width
Undocumented in source.
Functions
toQuad
TextureCoordinatesQuad
toQuad
(AtlasSize size)
Static functions
fromJSON
AtlasRect
fromJSON
(JSONValue v, bool useShortenedDimensionNames)
height
float
height
;
width
float
width
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
data
textureatlas
interfaces
IHipTextureAtlas
structs
AtlasFrame
AtlasRect
AtlasSize